home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util4 / npmv.rdm < prev    next >
Text File  |  1996-02-22  |  851b  |  39 lines

  1. Short:        Rename without(!) pattern matching
  2. Author:       Stefan Le Breton (stlb@cs.TU-Berlin.de)
  3. Uploader:     Stefan Le Breton (stlb@cs.TU-Berlin.de)
  4. Version:      1.0
  5. Type:         util/cli
  6. Copyright:    ©1996 Stefan Le Breton
  7. Distribution: free
  8. Restrictions: no military or life critical use, complete archive, no commercial use without authors permission
  9. Category:     1/2 min hack
  10. Requires:     OS 2.0+
  11. Archive:      npmv.lha
  12. Date:         22.01.96
  13. Downloader:   probably YOU :)
  14.  
  15. -8<-
  16.  
  17. if you have a file that has chars in its filename used
  18. by dos pattern matching, you might have some
  19. problems to delete/rename/list it. At least in the shell. (Eg. a file "#Berlin")
  20.  
  21. npmv does no pattern matching.
  22.  
  23. npmv #Berlin Berlin
  24.  
  25. and your done.
  26.  
  27. npmv is pure
  28.  
  29. Probably you have to set the pure flag first:
  30.  
  31.   protect npmv +p
  32.  
  33.  
  34.  
  35.  
  36. Have fun
  37.  
  38.     StElb
  39.